home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "ID": "Long Integer",
- "RefType": "Boolean NOT NULL",
- "OsType": "Long Integer NOT NULL",
- "Name": "Text (255) NOT NULL",
- "IndexDVD": "Long Integer NOT NULL",
- "IndexVideoCD": "Long Integer NOT NULL",
- "IndexData": "Long Integer NOT NULL"
- },
- "data": [
- {
- "ID": 1,
- "RefType": 0,
- "OsType": 1,
- "Name": "DVD 5x, CD 32x",
- "IndexDVD": 3000,
- "IndexVideoCD": 1500,
- "IndexData": 1980
- },
- {
- "ID": 2,
- "RefType": 0,
- "OsType": 1,
- "Name": "DVD 3x, CD 24x",
- "IndexDVD": 2600,
- "IndexVideoCD": 1200,
- "IndexData": 1400
- },
- {
- "ID": 3,
- "RefType": 0,
- "OsType": 1,
- "Name": "DVD 1x, CD 8x",
- "IndexDVD": 1000,
- "IndexVideoCD": 900,
- "IndexData": 800
- },
- {
- "ID": 4,
- "RefType": 0,
- "OsType": 1,
- "Name": "CD 4x",
- "IndexDVD": 0,
- "IndexVideoCD": 500,
- "IndexData": 450
- }
- ]
- }